type net/http.http2responseWriter (struct)

Method Implmentations (2 other methods implement nothing)

CloseNotify() <-chan bool *http2responseWriter.M : CloseNotifier.CloseNotify
Flush() *http2responseWriter.M : Flusher.Flush *http2responseWriter.M : net/http/httputil.writeFlusher.Flush
Header() Header *http2responseWriter.M : ResponseWriter.Header
Push(target string, opts *PushOptions) error *http2responseWriter.M : Pusher.Push
Write(p []byte) (n int, err error) *http2responseWriter.M : ResponseWriter.Write *http2responseWriter.M : io.Writer.Write *http2responseWriter.M : net/http/httputil.writeFlusher.Write
WriteHeader(code int) *http2responseWriter.M : ResponseWriter.WriteHeader
WriteString(s string) (n int, err error) *http2responseWriter.M : io.StringWriter.WriteString *http2responseWriter.M : http2stringWriter.WriteString *http2responseWriter.M : golang.org/x/net/http2.stringWriter.WriteString